home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * GNU Interactive Tools label
- * Created: August 26, 1995 by Tudor Hulubei
- * Rendered with POV-Ray 2.2
- */
-
-
- // WARNING: THIS PICTURE SHOULD BE RENDERED AT A MINIMUM OF 640x480.
- // WARNING: THIS PICTURE NEEDS "git-label.gif".
-
-
- #include "colors.inc"
- #include "shapes.inc"
- #include "textures.inc"
-
-
- camera
- {
- location <0, 3, -3>
- look_at <0.35, 0.6, 0.12>
- }
-
- background
- {
- color Gray
- }
-
- plane
- {
- y, 0
- texture
- {
- normal
- {
- waves 0.5
- frequency 5000
- scale 3000.0
- }
- pigment
- {
- SkyBlue
- }
- finish
- {
- reflection 0.4
- }
- }
- }
-
- height_field
- {
- gif "git-label.gif"
- smooth
- scale <9, 1, 2>
- texture
- {
- pigment
- {
- color Red
- }
- finish
- {
- Metal
- }
- }
- rotate y*-50
- translate <0, 0, -1.5>
- }
-
- light_source
- {
- <0, 1.5, -3>
- color White
- }
-
- light_source
- {
- <0, 8, 0>
- color Gray
- }
-